home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / totallys.swf / scripts / DefineButton2_233 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-09-28  |  128 b   |  8 lines

  1. on(press){
  2.    _root.init = 1;
  3.    _root.point = 0;
  4.    _root.mempoints = 0;
  5.    _root.memsc = 0;
  6.    _root.gotoAndStop(1);
  7. }
  8.